Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / Workbook Class / GenerateReport Method / GenerateReport(IWorksheet[]) Method
IWorksheet collection that need to be processed.
In This Topic
    GenerateReport(IWorksheet[]) Method
    In This Topic
    Process the template and return the instance of report workbook.
    Syntax
    public IWorkbook GenerateReport( 
       params IWorksheet[] worksheets
    )

    Parameters

    worksheets
    IWorksheet collection that need to be processed.

    Return Value

    The new IWorkbook
    See Also